home *** CD-ROM | disk | FTP | other *** search
/ Sacred & Secular / Sacred and Secular.iso / pc / movies / shared.dir / 04848_Script__CaptionPicCaptionPic.ls < prev    next >
Text File  |  1996-04-03  |  609b  |  35 lines

  1. global comingfrom,holdcomingfrom,popuptoggle
  2. global narrOn, musicOn
  3.  
  4. on exitframe
  5.   if comingfrom <> 90 then set holdcomingfrom = comingfrom
  6.   
  7.   
  8.   global popuptoggle
  9.   set popuptoggle = 0
  10.   
  11.   repeat with i = 32 to 46
  12.     set the visible of sprite i = 0
  13.   end repeat
  14.   
  15.   set the visible of sprite 17 = 0
  16.   
  17.   if narron then
  18.     set the visible of sprite 22 to 0
  19.   else 
  20.     set the visible of sprite 22 to 1
  21.   end if
  22.   
  23.   if musicon = 0 then 
  24.     set the visible of sprite 27 = 1
  25.   else
  26.     set the visible of sprite 27 = 0
  27.   end if
  28.   
  29.   
  30.   checksndfile
  31.   -- unload
  32. end
  33.  
  34.  
  35.